ctdb-config: enable syslog by default
authorRafael David Tinoco <rafaeldtinoco@ubuntu.com>
Thu, 19 Feb 2026 12:17:34 +0000 (15:17 +0300)
committerMichael Tokarev <mjt@tls.msk.ru>
Thu, 19 Feb 2026 12:17:34 +0000 (15:17 +0300)
commit930d247b212c1801463dc51c30a8cf5a4df61e4c
tree3a6630cf6b91226659f9c547f7d057b5a581adbe
parentac0e45c8dd6dd4c8381b9a55075cb719d9a01412
ctdb-config: enable syslog by default

Bug-Debian: https://bugs.debian.org/929931
Bug-Ubuntu: https://bugs.launchpad.net/bugs/722201
Last-Update: 2022-03-24
Forwarded: not-needed

CTDB uses /var/log/ctdb/ directory for the default log files. With
syslog disabled, systemd journal is not able to correctly inform
errors happening during service initialization.

Upstream community creates generic config files to be used by different
distributions, so this change makes no big difference to be accepted by
upstream.

With this patch the end user will be able to identify initialization
errors by executing:

  systemctl status ctdb.service

or to follow ctdb logs by executing:

  journalctl -f -u ctdb

Signed-off-by: Rafael David Tinoco <rafaeldtinoco@ubuntu.com>
Gbp-Pq: Name ctdb-config-enable-syslog-by-default.patch
ctdb/config/ctdb.conf